cli4
Verified for current stable LTS
Cli4 Command: Create A New DNS Record
Use for Create a new DNS record with Cli4. Exact CLI syntax to Create a new DNS record using Cli4.
When to use this: Use for Create a new DNS record with Cli4.
Command Syntax
cli4 --post <name=example.com> <type=A> <content=192.0.2.1> {/zones/:example.com/dns_records} cli4 --post <name=example.com> <type=A> <content=192.0.2.1> `{/zones/:example.com/dns_records`} Command Breakdown
--post- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to Create a new DNS record using Cli4.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Cli4 Command: Delete A DNS Record
cli4 --delete {/zones/:example.com/dns_records/:record_id} Cli4 Command: Display Account Information cli4 </user> Cli4 Command: List DNS Records For A Specific Zone cli4 {/zones/:example.com/dns_records} Cli4 Command: List All Zones cli4 </zones> Cli4 Command: Purge All Cache For A Zone cli4 --post <purge_everything=true> {/zones/:example.com/purge_cache}